home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
util
/
cli
/
Input11.lha
/
Exemple
next >
Wrap
Text File
|
1995-04-12
|
209b
|
11 lines
;$VER:Small script to show how to use Input
ECHO ""
ECHO "Please enter a directory name > " NOLINE
Input DirName
ECHO ""
ECHO "The directory $DirName contents : "
ECHO ""
DIR $DirName
ECHO ""
UNSETENV DirName